Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
at main 10 lines 246 B view raw
1--- 2export const prerender = false; 3 4import BaseLayout from '../layouts/BaseLayout.astro'; 5import App from '../App'; 6--- 7 8<BaseLayout title="Margin" description="Annotate the web using the AT Protocol"> 9 <App client:only="react" /> 10</BaseLayout>